home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Securite / Password Safe / pwsafe-3.35.exe / pwsafe.chm / html / style.css < prev    next >
Cascading Style Sheet File  |  2014-12-27  |  996b  |  80 lines

  1. /* Modified: 15/06/2005 */
  2.  
  3. BODY
  4.     {
  5.     font-family:"Trebuchet MS",verdana,arial,helvetica,tahoma;
  6.     color:black;
  7.     font-size="small";
  8.     background-color: white;
  9.     }
  10.  
  11. A:link {color: #0069CE; text-decoration: none;} 
  12. A:visited {color: #0069CE; text-decoration: none;}
  13. A:active {color: #B22222; text-decoration: none;}
  14. A:hover { Color: maroon; text-decoration: underline;}
  15.  
  16. .instr
  17.     {
  18.     margin-left: .25in;
  19.     }
  20.  
  21. .indent
  22.    {
  23.    margin-left: 40px;
  24.   }
  25.   
  26. DD    {
  27.     text-indent: 10%;
  28.     }
  29.  
  30. li p
  31.     {
  32.     margin-top: .75em;
  33.     margin-bottom: 1.25em;    
  34.     }    
  35.  
  36. li    {
  37.     margin-left: .15in;
  38.     }     
  39.  
  40. ol li
  41.     {
  42.     margin-left: .10in;
  43.     }
  44.  
  45. ul    {
  46.     list-style: disc;
  47.     }
  48.  
  49. ul.onestep
  50.     {
  51.     list-style: disc;
  52.     }
  53.  
  54.  
  55. /* tables */
  56.  
  57. table
  58.     {
  59.     font-size: 100%;
  60.     text-align: left;
  61.     margin-top: 0em;
  62.     }
  63.  
  64. tr    {
  65.     margin: .25em;
  66.     vertical-align: top;
  67.     }
  68.  
  69. th    {
  70.     margin: .25em;
  71.     vertical-align: top;
  72.     background: #ffffff;
  73.     }
  74.  
  75. td    {
  76.     margin: .25em;
  77.     vertical-align: top;
  78.     padding: 0;
  79.     }
  80.